projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8eac1e
)
reftests: Unset background-image in CSS of test
author
Benjamin Otte
<otte@redhat.com>
Sun, 15 May 2011 11:05:55 +0000
(13:05 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 18 May 2011 20:17:56 +0000
(22:17 +0200)
Otherwise the test screws up when it's set
tests/reftests/entry-progress-coloring.css
patch
|
blob
|
history
diff --git
a/tests/reftests/entry-progress-coloring.css
b/tests/reftests/entry-progress-coloring.css
index e55a7df5e07c765f2275feebabaa4a585dfc7fe5..3c93a76d0a7a34046222c9c228f19bd015259a05 100644
(file)
--- a/
tests/reftests/entry-progress-coloring.css
+++ b/
tests/reftests/entry-progress-coloring.css
@@
-13,6
+13,7
@@
GtkEntry #padded {
.progressbar {
background-color: rgba(0,0,0,0);
+ background-image: none;
border-color: rgba(0,0,0,0);
color: red;
}